{
  "bundles": [
    {
      "@type": "NXBundle",
      "artifactId": "nuxeo-platform-3d-convert",
      "artifactVersion": "10.10",
      "bundleGroup": {
        "@type": "NXBundleGroup",
        "bundleIds": [
          "org.nuxeo.ecm.platform.threed.api",
          "org.nuxeo.ecm.platform.threed.convert",
          "org.nuxeo.ecm.platform.threed.core",
          "org.nuxeo.ecm.platform.threed.jsf",
          "org.nuxeo.ecm.platform.threed.web.ui"
        ],
        "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.threed",
        "id": "grp:org.nuxeo.ecm.platform.threed",
        "name": "org.nuxeo.ecm.platform.threed",
        "parentIds": [
          "grp:org.nuxeo.ecm.platform"
        ],
        "readmes": [
          {
            "blobProviderId": "default",
            "content": "# Nuxeo Platform 3D\n\n<img src=\"3D-Preview-Example.png\" width=\"300\"/>\n\nSupport for previewing 3D content with ray-tracing renders and WebGL 3D viewer.\n\nRequirements: minimum version for Nuxeo Platform is 8.4.\n\nSupported 3D file formats:\n\n* Collada (.dae)\n* 3D Studio (.3ds)\n* FBX (.fbx)\n* Stanford (.ply)\n* Wavefront (.obj)\n* X3D Extensible 3D (.x3d)\n* Stl (.stl)\n\n# Building\n\n    mvn clean install\n\n# Installation\n\n## Server-side\n\n### Step 1: Install bundles\nCopy the 5 built artifacts into `$NUXEO_HOME/templates/custom/bundles/`\n\n### Step 2: Install Docker\nInstall it directly from `https://docs.docker.com/engine/installation/`.\n\n# How to use it\nCreate a new document type \"3D\".\nThen add to the main content the (e.g.) \".obj\" document and all other assets (textures, materials,..) as attached files.\nit is possible to add a Zip file with all the content inside (subdirectories are allowed).\n\nDraging and droping a 3D file (supported extension or zip with supported content) will also result in a 3D document.\n\nAvailable features: \n- Preview your 3D asset\n- List of downloadable transmission formats\n- Render views available on the right panel\n\n# QA results\n\n[![Build Status](https://qa.nuxeo.org/jenkins/buildStatus/icon?job=master/addons_nuxeo-platform-3d-master)](https://qa.nuxeo.org/jenkins/job/master/job/addons_nuxeo-platform-3d-master/)\n\n# About Nuxeo\n\nNuxeo dramatically improves how content-based applications are built, managed and deployed, making customers more agile, innovative and successful. Nuxeo provides a next generation, enterprise ready platform for building traditional and cutting-edge content oriented applications. Combining a powerful application development environment with SaaS-based tools and a modular architecture, the Nuxeo Platform and Products provide clear business value to some of the most recognizable brands including Verizon, Electronic Arts, Sharp, FICO, the U.S. Navy, and Boeing. Nuxeo is headquartered in New York and Paris. More information is available at www.nuxeo.com.\n",
            "digest": "3893c812d31406ddb3756965a59827f0",
            "encoding": "UTF-8",
            "length": 2022,
            "mimeType": "text/plain",
            "name": "README.md"
          }
        ],
        "version": "10.10"
      },
      "bundleId": "org.nuxeo.ecm.platform.threed.convert",
      "components": [
        {
          "@type": "NXComponent",
          "documentationHtml": "",
          "extensionPoints": [],
          "extensions": [
            {
              "@type": "NXContribution",
              "documentationHtml": "",
              "extensionPoint": "org.nuxeo.ecm.core.convert.service.ConversionServiceImpl--converter",
              "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.threed/org.nuxeo.ecm.platform.threed.convert/org.nuxeo.ecm.platform.threed.convert.converters/Contributions/org.nuxeo.ecm.platform.threed.convert.converters--converter",
              "id": "org.nuxeo.ecm.platform.threed.convert.converters--converter",
              "registrationOrder": 3,
              "targetComponentName": {
                "rawName": "service:org.nuxeo.ecm.core.convert.service.ConversionServiceImpl",
                "name": "org.nuxeo.ecm.core.convert.service.ConversionServiceImpl",
                "type": "service"
              },
              "version": "10.10",
              "xml": "<extension point=\"converter\" target=\"org.nuxeo.ecm.core.convert.service.ConversionServiceImpl\">\n    <converter class=\"org.nuxeo.ecm.platform.threed.convert.RenderConverter\" name=\"render3D\">\n      <sourceMimeType>*</sourceMimeType>\n      <destinationMimeType>image/png</destinationMimeType>\n      <parameters>\n        <parameter name=\"CommandLineName\">blender_pipeline</parameter>\n        <parameter name=\"scriptsDir\">scripts</parameter>\n        <parameter name=\"scriptFile\">pipeline.py</parameter>\n        <parameter name=\"operators\">import info render</parameter>\n        <parameter name=\"dimensions\">800x600</parameter>\n        <parameter name=\"coords\">0,0</parameter>\n      </parameters>\n    </converter>\n    <converter class=\"org.nuxeo.ecm.platform.threed.convert.LodsConverter\" name=\"lodConversion\">\n      <sourceMimeType>*</sourceMimeType>\n      <destinationMimeType>model/vnd.collada+xml</destinationMimeType>\n      <parameters>\n        <parameter name=\"CommandLineName\">blender_pipeline</parameter>\n        <parameter name=\"scriptsDir\">scripts</parameter>\n        <parameter name=\"scriptFile\">pipeline.py</parameter>\n        <parameter name=\"operators\">import info lod info convert lod info convert lod info convert</parameter>\n        <parameter name=\"lodIds\">33 11 03</parameter>\n        <parameter name=\"percPoly\">33 11 3</parameter>\n        <parameter name=\"percTex\">33 11 3</parameter>\n        <parameter name=\"maxPoly\">1000000 null null</parameter>\n        <parameter name=\"maxTex\">4000x4000 null null</parameter>\n      </parameters>\n    </converter>\n    <converter class=\"org.nuxeo.ecm.platform.threed.convert.ColladaConverter\" name=\"colladaConversion\">\n      <sourceMimeType>*</sourceMimeType>\n      <destinationMimeType>model/vnd.collada+xml</destinationMimeType>\n      <parameters>\n        <parameter name=\"CommandLineName\">blender_pipeline</parameter>\n        <parameter name=\"scriptsDir\">scripts</parameter>\n        <parameter name=\"scriptFile\">pipeline.py</parameter>\n        <parameter name=\"operators\">import convert</parameter>\n      </parameters>\n    </converter>\n    <converter class=\"org.nuxeo.ecm.platform.threed.convert.BatchConverter\" name=\"batchConversion\">\n      <sourceMimeType>*</sourceMimeType>\n      <destinationMimeType>*</destinationMimeType>\n      <parameters>\n        <parameter name=\"CommandLineName\">blender_pipeline</parameter>\n        <parameter name=\"scriptsDir\">scripts</parameter>\n        <parameter name=\"scriptFile\">pipeline.py</parameter>\n        <parameter name=\"operators\">import info render render lod info convert lod info convert lod info convert</parameter>\n        <parameter name=\"lodIds\">33 11 03</parameter>\n        <parameter name=\"percPoly\">33 11 3</parameter>\n        <parameter name=\"percTex\">33 11 3</parameter>\n        <parameter name=\"maxPoly\">1000000 null null</parameter>\n        <parameter name=\"maxTex\">4000x4000 null null</parameter>\n        <parameter name=\"dimensions\">800x600 800x600</parameter>\n        <parameter name=\"coords\">0,0 90,0</parameter>\n      </parameters>\n    </converter>\n    <converter class=\"org.nuxeo.ecm.platform.threed.convert.Collada2glTFConverter\" name=\"dae2gltf\">\n      <sourceMimeType>*</sourceMimeType>\n      <destinationMimeType>model/gltf+json</destinationMimeType>\n      <parameters>\n        <parameter name=\"CommandLineName\">collada2gltlf</parameter>\n      </parameters>\n    </converter>\n  </extension>"
            }
          ],
          "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.threed/org.nuxeo.ecm.platform.threed.convert/org.nuxeo.ecm.platform.threed.convert.converters",
          "name": "org.nuxeo.ecm.platform.threed.convert.converters",
          "requirements": [],
          "resolutionOrder": 263,
          "services": [],
          "startOrder": 548,
          "version": "10.10",
          "xmlFileContent": "<?xml version=\"1.0\"?>\n<component name=\"org.nuxeo.ecm.platform.threed.convert.converters\">\n\n  <extension target=\"org.nuxeo.ecm.core.convert.service.ConversionServiceImpl\" point=\"converter\">\n    <converter name=\"render3D\" class=\"org.nuxeo.ecm.platform.threed.convert.RenderConverter\">\n      <sourceMimeType>*</sourceMimeType>\n      <destinationMimeType>image/png</destinationMimeType>\n      <parameters>\n        <parameter name=\"CommandLineName\">blender_pipeline</parameter>\n        <parameter name=\"scriptsDir\">scripts</parameter>\n        <parameter name=\"scriptFile\">pipeline.py</parameter>\n        <parameter name=\"operators\">import info render</parameter>\n        <parameter name=\"dimensions\">800x600</parameter>\n        <parameter name=\"coords\">0,0</parameter>\n      </parameters>\n    </converter>\n    <converter name=\"lodConversion\" class=\"org.nuxeo.ecm.platform.threed.convert.LodsConverter\">\n      <sourceMimeType>*</sourceMimeType>\n      <destinationMimeType>model/vnd.collada+xml</destinationMimeType>\n      <parameters>\n        <parameter name=\"CommandLineName\">blender_pipeline</parameter>\n        <parameter name=\"scriptsDir\">scripts</parameter>\n        <parameter name=\"scriptFile\">pipeline.py</parameter>\n        <parameter name=\"operators\">import info lod info convert lod info convert lod info convert</parameter>\n        <parameter name=\"lodIds\">33 11 03</parameter>\n        <parameter name=\"percPoly\">33 11 3</parameter>\n        <parameter name=\"percTex\">33 11 3</parameter>\n        <parameter name=\"maxPoly\">1000000 null null</parameter>\n        <parameter name=\"maxTex\">4000x4000 null null</parameter>\n      </parameters>\n    </converter>\n    <converter name=\"colladaConversion\" class=\"org.nuxeo.ecm.platform.threed.convert.ColladaConverter\">\n      <sourceMimeType>*</sourceMimeType>\n      <destinationMimeType>model/vnd.collada+xml</destinationMimeType>\n      <parameters>\n        <parameter name=\"CommandLineName\">blender_pipeline</parameter>\n        <parameter name=\"scriptsDir\">scripts</parameter>\n        <parameter name=\"scriptFile\">pipeline.py</parameter>\n        <parameter name=\"operators\">import convert</parameter>\n      </parameters>\n    </converter>\n    <converter name=\"batchConversion\" class=\"org.nuxeo.ecm.platform.threed.convert.BatchConverter\">\n      <sourceMimeType>*</sourceMimeType>\n      <destinationMimeType>*</destinationMimeType>\n      <parameters>\n        <parameter name=\"CommandLineName\">blender_pipeline</parameter>\n        <parameter name=\"scriptsDir\">scripts</parameter>\n        <parameter name=\"scriptFile\">pipeline.py</parameter>\n        <parameter name=\"operators\">import info render render lod info convert lod info convert lod info convert</parameter>\n        <parameter name=\"lodIds\">33 11 03</parameter>\n        <parameter name=\"percPoly\">33 11 3</parameter>\n        <parameter name=\"percTex\">33 11 3</parameter>\n        <parameter name=\"maxPoly\">1000000 null null</parameter>\n        <parameter name=\"maxTex\">4000x4000 null null</parameter>\n        <parameter name=\"dimensions\">800x600 800x600</parameter>\n        <parameter name=\"coords\">0,0 90,0</parameter>\n      </parameters>\n    </converter>\n    <converter name=\"dae2gltf\" class=\"org.nuxeo.ecm.platform.threed.convert.Collada2glTFConverter\">\n      <sourceMimeType>*</sourceMimeType>\n      <destinationMimeType>model/gltf+json</destinationMimeType>\n      <parameters>\n        <parameter name=\"CommandLineName\">collada2gltlf</parameter>\n      </parameters>\n    </converter>\n  </extension>\n\n</component>\n",
          "xmlFileName": "/OSGI-INF/convert-service-contrib.xml",
          "xmlPureComponent": true
        },
        {
          "@type": "NXComponent",
          "documentationHtml": "",
          "extensionPoints": [],
          "extensions": [
            {
              "@type": "NXContribution",
              "documentationHtml": "",
              "extensionPoint": "org.nuxeo.ecm.platform.commandline.executor.service.CommandLineExecutorComponent--command",
              "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.threed/org.nuxeo.ecm.platform.threed.convert/org.nuxeo.ecm.platform.threed.convert.commandline/Contributions/org.nuxeo.ecm.platform.threed.convert.commandline--command",
              "id": "org.nuxeo.ecm.platform.threed.convert.commandline--command",
              "registrationOrder": 0,
              "targetComponentName": {
                "rawName": "service:org.nuxeo.ecm.platform.commandline.executor.service.CommandLineExecutorComponent",
                "name": "org.nuxeo.ecm.platform.commandline.executor.service.CommandLineExecutorComponent",
                "type": "service"
              },
              "version": "10.10",
              "xml": "<extension point=\"command\" target=\"org.nuxeo.ecm.platform.commandline.executor.service.CommandLineExecutorComponent\">\n\n    <command enabled=\"true\" name=\"blender_pipeline\">\n      <commandLine>docker</commandLine>\n      <testParameterString>pull nuxeo/blender</testParameterString>\n      <parameterString>run --name #{name} --volumes-from #{data} nuxeo/blender\n        -P /scripts/#{scriptFile} -- --input /in/#{inFile} --outdir /out --operators #{operators}\n        --renderids #{renderIds} -li #{lodIds} -pp #{percPoly} -mp #{maxPoly} -d #{dimensions} -c #{coords}\n      </parameterString>\n      <installationDirective>Please, install docker (https://www.docker.com/)\n      </installationDirective>\n    </command>\n    <command enabled=\"true\" name=\"collada2gltlf\">\n      <commandLine>docker</commandLine>\n      <testParameterString>pull nuxeo/collada2gltf</testParameterString>\n      <parameterString>run --name #{name} --volumes-from #{data} nuxeo/collada2gltf\n        -f /in/#{inFile} -o /out/#{outFile} -e</parameterString>\n      <installationDirective>Please, install docker (https://www.docker.com/)\n      </installationDirective>\n    </command>\n    <command enabled=\"true\" name=\"create_container\">\n      <commandLine>docker</commandLine>\n      <testParameterString>version</testParameterString>\n      <parameterString>create --name #{name} #{image} </parameterString>\n      <installationDirective>Please, install docker (https://www.docker.com/)\n      </installationDirective>\n    </command>\n    <command enabled=\"true\" name=\"remove_container\">\n      <commandLine>docker</commandLine>\n      <testParameterString>version</testParameterString>\n      <parameterString>rm #{name} </parameterString>\n      <installationDirective>Please, install docker (https://www.docker.com/)\n      </installationDirective>\n    </command>\n    <command enabled=\"true\" name=\"copy_container\">\n      <commandLine>docker</commandLine>\n      <testParameterString>version</testParameterString>\n      <parameterString>cp #{source} #{destination}</parameterString>\n      <installationDirective>Please, install docker (https://www.docker.com/)\n      </installationDirective>\n    </command>\n    <command enabled=\"true\" name=\"useruid\">\n      <commandLine>id</commandLine>\n      <testParameterString>-u</testParameterString>\n      <parameterString>-u #{username}</parameterString>\n      <installationDirective>Please, install id command</installationDirective>\n    </command>\n  </extension>"
            }
          ],
          "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.threed/org.nuxeo.ecm.platform.threed.convert/org.nuxeo.ecm.platform.threed.convert.commandline",
          "name": "org.nuxeo.ecm.platform.threed.convert.commandline",
          "requirements": [
            "org.nuxeo.ecm.platform.commandline.executor.service.defaultContrib"
          ],
          "resolutionOrder": 312,
          "services": [],
          "startOrder": 547,
          "version": "10.10",
          "xmlFileContent": "<?xml version=\"1.0\"?>\n<component name=\"org.nuxeo.ecm.platform.threed.convert.commandline\">\n\n  <require>org.nuxeo.ecm.platform.commandline.executor.service.defaultContrib</require>\n\n  <extension target=\"org.nuxeo.ecm.platform.commandline.executor.service.CommandLineExecutorComponent\"\n             point=\"command\">\n\n    <command name=\"blender_pipeline\" enabled=\"true\">\n      <commandLine>docker</commandLine>\n      <testParameterString>pull nuxeo/blender</testParameterString>\n      <parameterString>run --name #{name} --volumes-from #{data} nuxeo/blender\n        -P /scripts/#{scriptFile} -- --input /in/#{inFile} --outdir /out --operators #{operators}\n        --renderids #{renderIds} -li #{lodIds} -pp #{percPoly} -mp #{maxPoly} -d #{dimensions} -c #{coords}\n      </parameterString>\n      <installationDirective>Please, install docker (https://www.docker.com/)\n      </installationDirective>\n    </command>\n    <command name=\"collada2gltlf\" enabled=\"true\">\n      <commandLine>docker</commandLine>\n      <testParameterString>pull nuxeo/collada2gltf</testParameterString>\n      <parameterString>run --name #{name} --volumes-from #{data} nuxeo/collada2gltf\n        -f /in/#{inFile} -o /out/#{outFile} -e</parameterString>\n      <installationDirective>Please, install docker (https://www.docker.com/)\n      </installationDirective>\n    </command>\n    <command name=\"create_container\" enabled=\"true\">\n      <commandLine>docker</commandLine>\n      <testParameterString>version</testParameterString>\n      <parameterString>create --name #{name} #{image} </parameterString>\n      <installationDirective>Please, install docker (https://www.docker.com/)\n      </installationDirective>\n    </command>\n    <command name=\"remove_container\" enabled=\"true\">\n      <commandLine>docker</commandLine>\n      <testParameterString>version</testParameterString>\n      <parameterString>rm #{name} </parameterString>\n      <installationDirective>Please, install docker (https://www.docker.com/)\n      </installationDirective>\n    </command>\n    <command name=\"copy_container\" enabled=\"true\">\n      <commandLine>docker</commandLine>\n      <testParameterString>version</testParameterString>\n      <parameterString>cp #{source} #{destination}</parameterString>\n      <installationDirective>Please, install docker (https://www.docker.com/)\n      </installationDirective>\n    </command>\n    <command name=\"useruid\" enabled=\"true\">\n      <commandLine>id</commandLine>\n      <testParameterString>-u</testParameterString>\n      <parameterString>-u #{username}</parameterString>\n      <installationDirective>Please, install id command</installationDirective>\n    </command>\n  </extension>\n\n</component>",
          "xmlFileName": "/OSGI-INF/commandline-contrib.xml",
          "xmlPureComponent": true
        }
      ],
      "fileName": "nuxeo-platform-3d-convert-10.10.jar",
      "groupId": "org.nuxeo.ecm.platform",
      "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.threed/org.nuxeo.ecm.platform.threed.convert",
      "id": "org.nuxeo.ecm.platform.threed.convert",
      "location": "",
      "manifest": "Manifest-Version: 1.0\r\nArchiver-Version: Plexus Archiver\r\nCreated-By: Apache Maven\r\nBuilt-By: jenkins\r\nBuild-Jdk: 1.8.0_191\r\nBundle-ManifestVersion: 2\r\nBundle-Version: 10.10-t20190122-094126\r\nBundle-Name: Nuxeo 3D Convert\r\nBundle-SymbolicName: org.nuxeo.ecm.platform.threed.convert;singleton=t\r\n rue\r\nBundle-Vendor: Nuxeo\r\nBundle-Localization: plugin\r\nBundle-Category: core,stateful\r\nRequire-Bundle: org.nuxeo.ecm.core.api,org.nuxeo.ecm.platform.commandl\r\n ine.executor,org.nuxeo.ecm.core.convert\r\nExport-Package: org.nuxeo.ecm.platform.threed.convert\r\nNuxeo-Component: OSGI-INF/commandline-contrib.xml,OSGI-INF/convert-ser\r\n vice-contrib.xml\r\n\r\n",
      "maxResolutionOrder": 312,
      "minResolutionOrder": 263,
      "packages": [
        "nuxeo-platform-3d"
      ],
      "parentReadme": {
        "blobProviderId": "default",
        "content": "# Nuxeo Platform 3D\n\n<img src=\"3D-Preview-Example.png\" width=\"300\"/>\n\nSupport for previewing 3D content with ray-tracing renders and WebGL 3D viewer.\n\nRequirements: minimum version for Nuxeo Platform is 8.4.\n\nSupported 3D file formats:\n\n* Collada (.dae)\n* 3D Studio (.3ds)\n* FBX (.fbx)\n* Stanford (.ply)\n* Wavefront (.obj)\n* X3D Extensible 3D (.x3d)\n* Stl (.stl)\n\n# Building\n\n    mvn clean install\n\n# Installation\n\n## Server-side\n\n### Step 1: Install bundles\nCopy the 5 built artifacts into `$NUXEO_HOME/templates/custom/bundles/`\n\n### Step 2: Install Docker\nInstall it directly from `https://docs.docker.com/engine/installation/`.\n\n# How to use it\nCreate a new document type \"3D\".\nThen add to the main content the (e.g.) \".obj\" document and all other assets (textures, materials,..) as attached files.\nit is possible to add a Zip file with all the content inside (subdirectories are allowed).\n\nDraging and droping a 3D file (supported extension or zip with supported content) will also result in a 3D document.\n\nAvailable features: \n- Preview your 3D asset\n- List of downloadable transmission formats\n- Render views available on the right panel\n\n# QA results\n\n[![Build Status](https://qa.nuxeo.org/jenkins/buildStatus/icon?job=master/addons_nuxeo-platform-3d-master)](https://qa.nuxeo.org/jenkins/job/master/job/addons_nuxeo-platform-3d-master/)\n\n# About Nuxeo\n\nNuxeo dramatically improves how content-based applications are built, managed and deployed, making customers more agile, innovative and successful. Nuxeo provides a next generation, enterprise ready platform for building traditional and cutting-edge content oriented applications. Combining a powerful application development environment with SaaS-based tools and a modular architecture, the Nuxeo Platform and Products provide clear business value to some of the most recognizable brands including Verizon, Electronic Arts, Sharp, FICO, the U.S. Navy, and Boeing. Nuxeo is headquartered in New York and Paris. More information is available at www.nuxeo.com.\n",
        "digest": "3893c812d31406ddb3756965a59827f0",
        "encoding": "UTF-8",
        "length": 2022,
        "mimeType": "text/plain",
        "name": "README.md"
      },
      "requirements": [
        "org.nuxeo.ecm.core.api",
        "org.nuxeo.ecm.platform.commandline.executor",
        "org.nuxeo.ecm.core.convert"
      ],
      "version": "10.10"
    }
  ],
  "creationDate": 1664793571025,
  "key": "Nuxeo Platform LTS 2019-10.10",
  "name": "Nuxeo Platform LTS 2019",
  "operations": [],
  "packages": [
    {
      "@type": "NXPackage",
      "bundles": [
        "org.nuxeo.ecm.platform.threed.api",
        "org.nuxeo.ecm.platform.threed.convert",
        "org.nuxeo.ecm.platform.threed.core",
        "org.nuxeo.ecm.platform.threed.jsf",
        "org.nuxeo.ecm.platform.threed.web.ui",
        "org.nuxeo.ecm.actions.jsf",
        "org.nuxeo.ecm.platform.contentview.jsf",
        "org.nuxeo.ecm.platform.forms.layout.client",
        "org.nuxeo.ecm.platform.forms.layout.io",
        "org.nuxeo.ecm.platform.picture.api",
        "org.nuxeo.ecm.platform.ui",
        "org.nuxeo.ecm.webapp.base",
        "org.nuxeo.web.resources.jsf"
      ],
      "conflicts": [],
      "dependencies": [
        "nuxeo-dam"
      ],
      "hierarchyPath": "/nuxeo-platform-3d-1.2.3",
      "id": "nuxeo-platform-3d-1.2.3",
      "name": "nuxeo-platform-3d",
      "optionalDependencies": [
        "nuxeo-jsf-ui",
        "nuxeo-web-ui"
      ],
      "packageType": "addon",
      "title": "Nuxeo Platform 3D",
      "version": "1.2.3"
    }
  ],
  "pluginSnapshots": {},
  "releaseDate": 1547942400000,
  "version": "10.10"
}